From: Matthias Clasen Date: Tue, 9 May 2017 16:58:11 +0000 (-0400) Subject: 3.22.13 X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~39^2~561 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=a3b852e9acc4bc8d2a0a7ea54ff946bef9b504d2;p=gtk%2B3.0.git 3.22.13 --- diff --git a/NEWS b/NEWS index 3b9fb3a2a8..58996ce61c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,44 @@ +Overview of Changes in GTK+ 3.22.13 +=================================== + +* Bug fixes: + 358970 gtk_scale_set_digits does not cause value to be rounded if draw-value is false... + 771269 Open in new tab / window doesn't work on unmounted file systems + 773814 attempt to allocate widget with width -700975964 and height 400 + 778301 GtkTooltip doesn't clear source ID in all circumstances + 778617 GtkListBox: placeholder is not removed properly + 779570 popover: Add more padding between checkbox and label + 780301 wayland: Fix harmless clang warnings + 781118 gtk 3.22.12 quartz backend segfault + 781162 Make GtkPlacesView monitor network + 781195 Fix testsuite for GtkPlacesView + 781214 define entry-tag in Adwaita. + 781422 translate_wm_button_layout_to_gtk() is licensed under the GPL + 781605 GtkVolumeButton limited to 10 values + 781622 gtkplacesview.ui: Update helper label to include IPv6 addresses + 781737 Drag icon is always postioned in the top left corner + 781767 Wayland: increase key delivery verbosity + 781814 Applications don't receive clipboard when data source mimetype is "text/plain;... + 781992 GtkMenuButton with no popover retains prelight state when no longer selected + 782109 wayland: memory leak when exporting handle + 782180 commit "Improve GContentType" usage breaks apps on win32 (example: virt-viewer) + 782202 linkbutton: Fix memory leak + +* Translation updates: + Brazilian Portuguese + Croatian + German + Hungarian + Indonesian + Italian + Latvian + Polish + Russian + Serbian + Slovak + Swedish + + Overview of Changes in GTK+ 3.22.12 =================================== diff --git a/configure.ac b/configure.ac index 860b184dcb..05fdf4ed28 100644 --- a/configure.ac +++ b/configure.ac @@ -10,8 +10,8 @@ m4_define([gtk_major_version], [3]) m4_define([gtk_minor_version], [22]) -m4_define([gtk_micro_version], [12]) -m4_define([gtk_interface_age], [12]) +m4_define([gtk_micro_version], [13]) +m4_define([gtk_interface_age], [13]) m4_define([gtk_binary_age], [m4_eval(100 * gtk_minor_version + gtk_micro_version)]) m4_define([gtk_version],